clearTempFilesFolder

fun clearTempFilesFolder(context: Context)

Delete all files created with this utility (the files in the temporary folder), it is recommended to call in the start of the app or where you need to clean the contents of the folder. The function runs asynchronously so as not to affect the app flow and can be called from anywhere.